home *** CD-ROM | disk | FTP | other *** search
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
-
- activeBreadboard. replaceWith ( "unsupervisedSynapse" , "SquareKohonenFull" )
-
- outputAxon. setRows ( 5 )
- outputAxon. setCols ( 5 )
- unsupervisedSynapse. setNeighborhood ( 5 )
-
- activeBreadboard. lockWindowUpdate()
- editTitle. setText ("# of PE's/square side")
- editEngine. setText ("5")
- editEngine2. setText ("5")
- activeBreadboard. unlockWindowUpdate()
-
- EditMacroPath = macro. pathFromMacro ( "Edit number of square PE's.nsm" )
- editEngine. setMacroPath ( EditMacroPath )
-
- activeBreadboard. select ( NULL , FALSE )
-
- NextMacroPath = macro. pathFromMacro ( "A more difficult 2-D problem.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
-